调试 Kanzi Studio 插件

调试 Kanzi Studio 插件

要调试 Kanzi Studio 插件:

  1. 在 Visual Studio 中创建并构建 Kanzi Studio 插件。请参阅 创建 Kanzi Studio 命令插件的基项创建 Kanzi Studio 窗口插件的基项
  2. In Windows Explorer create a shortcut from your Kanzi Studio plugin dll file and move the shortcut to the %ProgramData%\Rightware\<KanziVersion>\plugins directory.
    When you build the plugin, you can see in the Output window the location where Visual Studio stored the plugin dll file.
  3. 在 Visual Studio 中,添加要调试插件的换行点。
  4. 在 Visual Studio 中选择调试 (Debug) > 附加到进程 (Attach to Process),在可用进程 (Available Processes) 中选择 KanziStudio.exe 并点击附加 (Attach)。
  5. 打开 Kanzi Studio 并运行插件。

使用 Kanzi Studio 命令历史 (Command History)

使用 Kanzi Studio 命令历史 (Command History) 查看已在 Kanzi Studio 工程中执行的命令。

要打开命令历史 (Command History) 窗口,在 Kanzi Studio 主菜单中选择编辑 (Edit) > 命令历史 (Command History)或按下Ctrl Shift U

命令历史 (Command History) 窗口中:

另请参阅

Kanzi Studio 插件

创建 Kanzi Studio 命令插件

创建 Kanzi Studio 窗口插件